home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_octopus-show.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-13  |  262b  |  13 lines

  1. on(release){
  2.    if(_root.wait == false && _root.waitbutton == 0)
  3.    {
  4.       _root.wait = true;
  5.       _root.waitbutton = 1;
  6.    }
  7.    else if(_root.wait == true && _root.waitbutton == 1)
  8.    {
  9.       _root.wait = false;
  10.       _root.waitbutton = 0;
  11.    }
  12. }
  13.